home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 399_01 / readme < prev    next >
Text File  |  1993-08-02  |  2KB  |  35 lines

  1. The third release of the editor mined (August 1993) is now available.
  2. It runs on many Unix systems, MSDOS, and VMS.
  3.  
  4. To compile mined on unix, try make with the given makefile. Depending on 
  5. your system, you may have to change the screen handling method by selecting 
  6. SCREEN = -DSGTTY  instead of  SCREEN = -DTERMIO  in Makefile. Only if both do not 
  7. work, you should try the curses variant. This is the last choice for two reasons: 
  8. curses screen output seems to be clumsier than direct terminal control, 
  9. and many unix curses implementations still dare to obstruct the use of 
  10. 8-bit character sets. The curses option was only built in for a quick 
  11. port to VMS where it is automatically selected.
  12. On some systems, you may have to define the sysV variable (see makefile).
  13. Optimization can be turned on or off in makefile for generation/development.
  14.  
  15. On VMS, just compile the source files and link them with an extra library 
  16. using the script linkmined.com.
  17.  
  18. On MSDOS, you may have the files in their unix form, i.e. with linefeed 
  19. only newlines, so you will have to change the newlines of all text files 
  20. (except mined.hlp which is already dedicated) to MSDOS compatible ones. 
  21. You can use the executable, mined.exe, to perform this task. You can also 
  22. refrain from compiling mined and just use the executable.
  23. Configuration files for Turbo-C are included.
  24. The COMPACT "memory model" should be used to avoid a poor file size restriction.
  25.  
  26. Please send any reports about difficulties to install mined as well as comments 
  27. about its usage to:
  28.  
  29. Thomas Wolff
  30. Freie Universit:at Berlin
  31. Institut f:ur Informatik
  32. D-14195 Berlin
  33. wolff@inf.fu-berlin.de
  34.  
  35.